summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-07-29 07:56:50 +0200
committerGitHub <noreply@github.com>2016-07-29 07:56:50 +0200
commita3112cdc45788babab7af6dd9c777d120f5d6e9c (patch)
tree47bb2d183d541d5f9611260c12eb3f002a07d6f9 /appveyor.yml
parentMerge pull request #3226 from cuberite/redstone (diff)
downloadcuberite-a3112cdc45788babab7af6dd9c777d120f5d6e9c.tar
cuberite-a3112cdc45788babab7af6dd9c777d120f5d6e9c.tar.gz
cuberite-a3112cdc45788babab7af6dd9c777d120f5d6e9c.tar.bz2
cuberite-a3112cdc45788babab7af6dd9c777d120f5d6e9c.tar.lz
cuberite-a3112cdc45788babab7af6dd9c777d120f5d6e9c.tar.xz
cuberite-a3112cdc45788babab7af6dd9c777d120f5d6e9c.tar.zst
cuberite-a3112cdc45788babab7af6dd9c777d120f5d6e9c.zip
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8be0cfa70..1f3f30911 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,11 +1,11 @@
version: 1.0.{build}
configuration: Debug
-clone_depth: 1
+clone_depth: 50
before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
-- cmake .
+- cmake -G "Visual Studio 12" .
- echo %TIME%
build:
project: Cuberite.sln